home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global pagenum, clrsprite, x1, y1, x2, y2
- beep()
- savepage()
- set pagenum to pagenum - 1
- if pagenum < 0 then
- set pagenum to 12
- end if
- updateStage()
- puppetSprite(2, 1)
- set the ink of sprite 2 to 0
- import2()
- puppetSprite(44, 1)
- set the visible of sprite 2 to 1
- set the visible of sprite clrsprite to 0
- set the visible of sprite 44 to 0
- set the visible of sprite 2 to 1
- spriteBox(2, x1, y1, x2, y2)
- updateStage()
- set the ink of sprite 2 to 36
- puppetSprite(44, 1)
- import31()
- end
-